--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 401d152935ca880e832e0e42e169249780c8ac7b
Parents : afac322
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-12-08T14:29:36+01:00
Update log buffer length
Changes
Diff
diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py
index b2016b47..35ff7233 100644
--- a/sbapp/sideband/core.py
+++ b/sbapp/sideband/core.py
@@ -111,7 +111,7 @@ class SidebandCore():
DEFAULT_APPEARANCE = ["account", [0,0,0,1], [1,1,1,1]]
- LOG_DEQUE_MAXLEN = 256
+ LOG_DEQUE_MAXLEN = 128
aspect_filter = "lxmf.delivery"
def received_announce(self, destination_hash, announced_identity, app_data):
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────